/* Privacy Policy Section Styling */
.privacy-policy-section {
    padding: 40px 0;
}

.privacy-policy-section h1 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.privacy-policy-section h2 {
    font-size: 2em;
    color: #007bff;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
    margin: 30px 0 15px;
}

.privacy-policy-section p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #555;
}

.privacy-policy-section ul {
    margin-bottom: 20px;
    list-style-type: disc;
    margin-left: 40px;
}

.privacy-policy-section ul li {
    margin-bottom: 10px;
}

.privacy-policy-section a {
    color: #007bff;
    text-decoration: none;
}

.privacy-policy-section a:hover {
    text-decoration: underline;
}
